home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-c.dk!news
- From: Jesper Nielsen <dklecjen@ibmmail.com>
- Newsgroups: comp.lang.c++
- Subject: VC++ 4.0: How can I export functions in a DLL
- Date: 8 Mar 1996 09:23:25 GMT
- Organization: lec
- Message-ID: <4houad$r77@news.uni-c.dk>
- NNTP-Posting-Host: info.lec.dk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
-
- Hi experts.
-
- I choose dynamic-link library as project type and use the macros
- __declspec( dllexport ) in front of the functions - like this:
- __declspec( dllexport ) void func();
- what am I doing wrong ?
- The function dosn't apear in a quick view of the DLL ( win95 ).
-
- Please answer ( also ) by email: dklecjen@ibmmail.com
-
- Thanks.
-
-